Click here to return to the VHDL Reference Guide. (last edit: 24. september 2012)

Sequential Statement

Sequential statements execute in series, one after the other from top to bottom, so the order in which they are written is usually critical. The following are sequential statements: Wait Assert Report Signal Assignment Variable Assignment Procedure Call If Case For Loop While Loop Loop Next Exit Return Null

Where

process-begin--end function-begin--end procedure-begin--end if-then--elsif-then--else--end case-=>--when-=>--end loop--end

See Also

Concurrent Statement